AScene

Undocumented in source.

Members

Functions

getAssetsForPreload
string[] getAssetsForPreload()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
preload
void preload()
Undocumented in source. Be warned that the author may not have intended to support it.
pushLayer
void pushLayer(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

layerStack
Layer[] layerStack;
Undocumented in source.

Inherited Members

From IScene

initialize
void initialize()
Undocumented in source.
pushLayer
void pushLayer(Layer l)
Undocumented in source.
update
void update(float dt)
Undocumented in source.
render
void render()
Undocumented in source.
dispose
void dispose()
Undocumented in source.
onResize
void onResize(uint width, uint height)
Undocumented in source.

Meta